home *** CD-ROM | disk | FTP | other *** search
/ Print Library / Print Library.iso / library / start / 00032.ls < prev    next >
Encoding:
Text File  |  1995-08-22  |  166 b   |  10 lines

  1. on dostartup
  2.   puppetSound("Click")
  3.   updateStage()
  4.   set the mouseDownScript to EMPTY
  5.   repeat while the stillDown
  6.   end repeat
  7.   go("Loading")
  8.   puppetSound(0)
  9. end
  10.